home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 922 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  540 b 

  1. Path: news.abalon.se!news
  2. From: ken1@abalon.se
  3. Newsgroups: comp.lang.c++
  4. Subject: size of vtable
  5. Date: 8 Jan 1996 12:12:59 GMT
  6. Organization: Abalon AB, Stockholm, Sweden
  7. Message-ID: <4cr1ob$1cu@seal.abalon.se>
  8. NNTP-Posting-Host: ken1pc.abalon.se
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.22 (Windows; I; 32bit)
  13.  
  14. Is it possible to know the size of the vtbl for a given class 
  15. at compile time (to do something like
  16.  
  17. int x = sizeof(theclass::vtbl)
  18.  
  19. or similar)?
  20.  
  21. ken1
  22.  
  23.  
  24.  
  25.  
  26.